home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / music / omdpt123.lha / OMED_PT123.lzx / rexx / stop_edit.omed < prev    next >
Text File  |  1996-01-14  |  227b  |  8 lines

  1. /* Use SPACE the right way - Feril 13-01-96 */
  2.  
  3. address OCTAMED_REXX
  4. options results
  5.  
  6. pl_getstate var state
  7. if state ~= "STOPPED" then 'op_multicmd "pl_stop" "op_set edit off"'
  8. else 'op_multicmd "pl_stop" "op_set edit toggle"'